public class PageVariableSetField : FieldPublic Class PageVariableSetField
Inherits Field| PageVariableSetField | Initializes a new instance of the PageVariableSetField class. |
| Adjustment | Contains the page adjustment. |
| IsActive | Specifies the setting of the page variable. It defaults to false (inactive) at the beginning of a document. An inactive page variable is not incremented between pages. The defined values are: -false: page variable is turned off. -true: page variable is turned on. |
| Value | Contains page variable. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
///
Returns all content elements.
Return ValueA collection of content elements.(Overrides FieldGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent |
Returns the parent element.
(Inherited from Field) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current PageVariableSetField object to its equivalent string representation.
(Overrides ObjectToString) |